home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / info / csastfaq.zoo / atari.faq.2 < prev    next >
Internet Message Format  |  1993-07-12  |  30KB

  1. From: sourada@iastate.edu (Steven D Ourada)
  2. Subject: Welcome to comp.sys.atari.st! (Software)
  3. Summary: Some frequent questions and answers about Atari 16/32 bit computers.
  4.          Please read this before asking a question on comp.sys.atari.st.
  5. Date: Fri, 2 Jul 1993 02:28:45 GMT
  6. Expires: Sun, 15 Aug 1993 02:28:27 GMT
  7. Lines: 797
  8.  
  9. Archive-name: csas-faq/part2
  10.  
  11.  
  12. Welcome to comp.sys.atari.st! Please read this FAQ before posting a question
  13. to comp.sys.atari.st, since a lot of common questions are answered here.
  14.  
  15. Thanks to David Paschall-Zimbel    (davidli@simvax.labmed.umn.edu) for 
  16. compiling most of this FAQ.
  17.  
  18. Entries are dated by the last change. ??.??.?? means they were last changed
  19. before the dates were added.
  20.  
  21. The following is an index of the questions answered in this part of the FAQ.
  22. For easy access to a particular question, search for the tag surrounded by
  23. colons (i. e. :GNU:). Questions marked with '*' are new or changed.
  24.  
  25.  
  26.  
  27.  
  28. *WEL      Welcome to comp.sys.atari.st
  29. *ARCS     How do I deal with Archived files (.ZOO, .ARC, .LZH)?
  30. *MSA      Some info on Magic Shadow Archiver
  31.  CLI      What Command Line Interpreters are available?
  32.  ERR      What does TOS ERROR nn mean?
  33.  GDOS     What is GDOS, and where can I get it?
  34. *GNU      What GNU software is available for the ST?
  35.  HAM      Where can I find Ham Radio software for the ST?
  36.  LANG     Public Domain/Shareware languages...
  37.  MINIX    Is MINIX available on the Atari ST?
  38.  MINT     What is MiNT?
  39.  XWIN     Is there a version of XWindows for the ST?
  40.  DEMOS    Why won't demo x run on my machine?
  41.  PAINT    What is the format for [x] paint program data?
  42. *PD       Where can I get Public Domain/Shareware software?
  43.  MAIL     E-Mail file servers
  44.  FTP      Anonymous FTP servers
  45.  TEX      Is TeX/LaTeX available on the Atari ST?
  46.  
  47.  
  48.  
  49. :WEL:   93.06.11
  50. Welcome to comp.sys.atari.st
  51. ============================
  52.  
  53. This newsgroup is devoted to discussion about 16 and 32 bit Atari micros.  At
  54. present that includes the Atari 520ST, 1040ST, Mega ST, STe, STacy, Mega STe,
  55. TT, and Falcon. There are also emulators for the Apple Macintosh and IBM
  56. PC/XT/AT available.
  57.  
  58. Most of the people who read this newsgroup are technically oriented.
  59. The newsgroup serves as a resource for Atari users ... feel free to
  60. contribute to the discussions.
  61.  
  62. Associated newsgroups include:
  63.  
  64.     comp.binaries.atari.st    ! uuencoded binary programs
  65.     comp.sys.atari.st.tech  ! technical programming/hardware topics
  66.     comp.sources.atari.st   ! uuencoded/shar sources
  67.  
  68.  
  69. :ARCS:   93.06.11
  70. How do I deal with Archived files (.ZOO, .ARC, .LZH)?
  71. =====================================================
  72.  
  73. Files ending with suffixes .ZOO, .ARC, .ZIP and .LZH are archive files.  They
  74. are binary files which may contain one or more other files in a compressed 
  75. format. Archive files usually take up less disk space, and for this reason have
  76. become quite popular for transferring large files via modem.
  77.  
  78. In order to extract the files from an archive file, one must use an archive
  79. program.  Here are the correspondences:
  80.  
  81. ZIP     Use UNZIP.TTP or STZIP.PRG
  82. ARC    Use ARC.TTP
  83. LZH    Use LHARC.TTP
  84. ZOO    Use ZOO.TTP
  85.  
  86. A few hints for first-time users:
  87.  
  88. * Most archivers will give a short summary of commands if invoked with no
  89.   arguments.
  90. * If in doubt, to extract a file, copy the archiver to the directory that the
  91.   file is in, and run the archiver with the arguments 'x [filename]'.
  92. * If you have TOS 1.4 or higher, and/or a CLI, you can avoid copying the
  93.   archiver by just changing the current directory to where the file is. See
  94.   TIPS for a tip on how to do this from the desktop on TOS 1.4 or higher.
  95. * Read the documentation for the archivers you use, they will almost certainly
  96.   answer all your questions. Documentation is usually included in both the
  97.   source and binary distributions (such as zoo21bin.zoo).
  98.  
  99. ARCHIVERS
  100. These programs are all available via FTP from the atari.archive server, in the
  101. /atari/archivers directory.  Recommended files are:
  102.  
  103.     arc602.ttp   - version 6.02 of ARC, includes features to archive
  104.                subdirectories and also include comments with files.
  105.  
  106.     arc602.arc   - contains documentation.  UnArc using arc602.ttp.
  107.  
  108.     arc521e.arc  - older version of ARC.  Used mostly by those who want
  109.                speed, better compression, and don't care about
  110.                archiving subdirectories.  UnArc using arc602.ttp.
  111.  
  112.     lharc.ttp    - version 2.0 of LHARC.
  113.  
  114.     lzh201i.lzh  - Thomas Questors lzh utility.  German documentation.
  115.                UnArc using lharc.ttp
  116.  
  117.         stzip22.lzh  - STZip, with GUI interface
  118.  
  119.         unzip41.lzh  - Old version of unzip
  120.  
  121.     zoo21.ttp    - version 2.1 of ZOO
  122.  
  123.     zoo21bin.zoo - ZOO archive includes documentation. UnArc using
  124.                zoo21.ttp.
  125.  
  126.  
  127.  
  128. :MSA:   93.06.11
  129. Some info on Magic Shadow Archiver
  130. ==================================
  131. (This was provided by Chris Herborth)
  132.  
  133. MSA Archives
  134.  
  135. The Magic Shadow Archiver (MSA) is a disk archiving program that allows
  136. an entire disk to be compressed into one file for transmission.  The
  137. Magic Shadow Archiver (in shadow.[arc?|lzh?|zoo?] on
  138. atari.archive.umich.edu in ~/Archivers) creates .MSA files, which are
  139. often compressed using a normal archiver, such as zoo or lharc.
  140.  
  141. Magic Shadow is notoriously bad when used on a 1/2 meg ST and only one
  142. floppy drive.  Its disk access and memory use are very badly thought
  143. out, and could result in over 160 disk swaps when unpacking an 80 track,
  144. double-sided disk.
  145.  
  146. Due to the fact that it was the _only_ disk image archiver around for
  147. quite a long time, Magic Shadow is the de-facto standard for creating
  148. disk images of computer demos and other pieces of software that cannot
  149. be easily compressed as files.
  150.  
  151. Because MSA files are disk images, they can only be used to recreate a
  152. floppy disk.  There is (currently, see below) no way to extract the
  153. files from an MSA archive without writing it to a floppy disk.
  154.  
  155. Magic Shadow works perfectly with any legal TOS floppy format, even high
  156. density disks found in modified STs and most MegaSTes and TTs.
  157.  
  158. Chris Herborth (herborth@pinot.waterloo.ncr.com at work,
  159. cherborth@semprini.tdkcs.waterloo.on.ca at home,
  160. C.HERBORTH on GEnie) is writing a much more efficient MSA extractor,
  161. called UnMSA.  UnMSA will minimize the number of disk swaps, and speed
  162. decompression considerably.
  163.  
  164. Daryl Richards (no email address, yet) is working on an MSA-Mounter,
  165. which will allow someone to unpack an MSA archive to RAM or a file on
  166. a hard disk.  This uncompressed disk image will then be added to the
  167. system as a logical drive (much the same way a RAMdisk adds a drive to
  168. the system).  MountImage on the Mac is an example of the way MSA-Mounter
  169. will eventually work (MountImage is so good, you can install new
  170. versions of the Mac OS using floppy disk images stored on your hard
  171. drive).
  172.  
  173. There is yet another MSA archiver now, called MSA II, by Phillip Lang.
  174.  
  175.  
  176. :CLI:   ??.??.??
  177. What Command Line Interpreters are available?
  178. =============================================
  179.  
  180. There are a large number of Command Line Interpreters for the Atari ST.
  181. Some of the more popular ones include:
  182.  
  183.     gulam      the 'classic' cli, somewhat UNIX in flavor
  184.  
  185.     BASH      GNU Bourne Again Shell
  186.  
  187.     ksh      Korn Shell - available under MINT
  188.  
  189.     gemini    MUPFEL is the shell used by the gemini environment
  190.  
  191.         master    MS-DOS/Unix mixture, shareware.
  192.  
  193.     okami      a German shell with many useful utilities built in
  194.  
  195.     pcommand  an MS-DOS-like shell
  196.  
  197.     csh      C-shell, standard on Unix
  198.  
  199.     tcsh      Enchanced C-shell - available under MiNT
  200.  
  201. Check atari.archive under /atari/cli or /atari/mint, or check one of the
  202. other FTP sites for files.
  203.  
  204.  
  205. :ERR:   ??.??.??
  206. What does TOS ERROR nn mean?
  207. What do the bombs on my screen mean?
  208. ====================================
  209.  
  210. The information below was written, in part, by Darryl May, and posted on
  211. GEnie in January (of ????) by John Townsend.  The original also appeared in
  212. the June 1988 issue of _Current Notes_ (122 N. Johnson Rd., Sterling, VA
  213. 22170). It has since found its way to me, and is being posted to
  214. comp.sys.atari.st as a service to readers.
  215.  
  216. Alan Pratt wrote to tell me that the basic information may be correct, but
  217. that it cannot be dubbed "official" unless it originates, on paper, from
  218. Atari.  This makes sen